home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / surf / wiwianka.pov < prev   
Text File  |  1993-10-08  |  540b  |  34 lines

  1. #include "colors.inc"
  2. #include "textures.inc"
  3. #include "shapes.inc"
  4.  
  5. camera {
  6.     location  <0, 10, -30>       
  7.     direction z*2
  8.     up y
  9.     right x*1.333
  10.     look_at <0,0,0>
  11. }
  12.  
  13.  
  14. object { light_source { < 20, 50, -100> color White }}
  15.  
  16. object {
  17.    sphere {<0, 0, 0>, 1200}
  18.    texture {
  19.       Blood_Sky
  20.       scale <1000, 100, 1000>
  21.       finish{ ambient 1.0
  22.               diffuse 0.0
  23.       } 
  24.    }
  25. }
  26. #include "c:\imlab\povray\util\wiwianka.inc"
  27.  
  28. object {
  29.     Wiwianka
  30.     translate y*0.167
  31.     scale 4
  32. }
  33.  
  34.